home *** CD-ROM | disk | FTP | other *** search
/ Aminet 22 / Aminet 22 (1997)(GTI - Schatztruhe)[!][Dec 1997].iso / Aminet / docs / help / adosguide.lha / ADOS Guide / ADOS commands / Protect < prev    next >
Encoding:
Text File  |  1997-10-21  |  880 b   |  31 lines

  1.                           --AMIGADOS GUIDE V2.0--
  2.                                   PROTECT
  3.  
  4.  
  5.    USE:
  6.    Associated with every AmigaDOS command are a set of 5 Protection Flags.
  7.    This command enables you to alter these flags so that you can change
  8.    change certain aspects of the file (e.g. Whether it can be deleted or
  9.    not).
  10.  
  11.    PATH:
  12.    C:
  13.  
  14.    SYSTEM:
  15.    2.0 (enhanced), 2.1, 3.0
  16.  
  17.    EXAMPLES:
  18.    1>PROTECT Userfile RWE
  19.    1>PROTECT Userfile +A (sets the file)
  20.    1>PROTECT Userfile -A (Resets the file)
  21.  
  22.    NOTES:
  23.    To set the protection flags just include the letter of the protection
  24.    flag after your file name.
  25.  
  26.    Protection Flags:
  27.                                 A = Archive        R = Readable
  28.                                 W = Writable       E = Executable
  29.                                 D = Deletable      P = Pure
  30.                                 S = Script
  31.